272eef18977f8ed9bd63bb0dff23ec4b6182ea25,Core/src/main/java/de/tor/tribes/types/SOSRequest.java,SOSRequest,getReplacementsForTarget,#Village#boolean#,58

Before Change


                    sourceDateVal += attack.getSource().toBBCode() + " " + dateFormat.format(new Date(attack.getlArriveTime())) + "\n";
                    sourceTypeVal += attack.getSource().toBBCode() + " [b](Fake)[/b]" + "\n";
                } else if (attack.isPossibleSnob()) {
                    sourceDateTypeVal += attack.getSource().toBBCode() + " " + dateFormat.format(new Date(attack.getlArriveTime())) + " [b](AG)[/b]" + "\n";
                    sourceDateVal += attack.getSource().toBBCode() + " " + dateFormat.format(new Date(attack.getlArriveTime())) + "\n";
                    sourceTypeVal += attack.getSource().toBBCode() + " [b](AG)[/b]" + "\n";
                } else {

After Change


            try {
                sourceVal += att.getSource().toBBCode() + "\n";
                if (att.isPossibleFake()) {
                    sourceDateTypeVal += att.getSource().toBBCode() + " " + dateFormat.format(new Date(att.getlArriveTime())) + " [b](Fake)[/b]" + "\n";
                    sourceDateVal += att.getSource().toBBCode() + " " + dateFormat.format(new Date(att.getlArriveTime())) + "\n";
                    sourceTypeVal += att.getSource().toBBCode() + " [b](Fake)[/b]" + "\n";
                } else if (att.isPossibleSnob()) {